-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[Backport v3.1-branch] Add support for TPM530M module and TPM530M EVK board #24151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Backport v3.1-branch] Add support for TPM530M module and TPM530M EVK board #24151
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: e3ef9ec8c64b8e3dc7644f39c90e8db17ef3bc2a more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (42)
Outputs:ToolchainVersion: c5be9c56c7 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. |
585c3ae
to
3e1328a
Compare
Memory footprint analysis revealed the following potential issuesapplications.nrf_desktop.zrelease[nrf54l15dk/nrf54l15/cpuapp]: ROM size increased by 716[B] in comparison to the main[98b082e] branch. - link (cc: @nrfconnect/ncs-si-bluebagel) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-24151/5) |
Added support for Sercomm TPM530M. Signed-off-by: Tommi Kangas <[email protected]> (cherry picked from commit 197d755)
Added board configuration for TPM530M EVK. Signed-off-by: Tommi Kangas <[email protected]> (cherry picked from commit 8f2d583)
3e1328a
to
6e63fa8
Compare
CONFIG_PINCTRL=y fron defconfig files. This is not the right location and should be removed. Signed-off-by: Torsten Rasmussen <[email protected]> (cherry picked from commit f66523f)
6e63fa8
to
e3ef9ec
Compare
Pushed to retrigger CI. |
@pascal-nordic Can you check why cloud tests are failing? I don't see how this PR would affect those. All failures are happening for the same reason, at_client hex file is missing. |
Added SoC support for Sercomm TPM530M module and board configuration for TPM530M EVK.
NCSDK-27893
Backport from #23858